FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDetailRow<TItem> Class
Members

In This Topic
    GridDetailRow<TItem> Class
    In This Topic
    Row that shows the details of the previous row.
    Object Model
    GridDetailRow<TItem> Class
    Syntax
    'Declaration
     
    Public Class GridDetailRow(Of TItem As Class) 
       Inherits GridRow
    public class GridDetailRow<TItem> : GridRow 
    where TItem: class
    Type Parameters
    TItem
    Inheritance Hierarchy

    System.Object
       C1.WPF.Grid.GridRowCol
          C1.WPF.Grid.GridRow
             C1.WPF.Grid.GridDetailRow<TItem>

    See Also